
'Declaration
Public Class ErrorBar(Of T) Inherits ExtraSeries(Of T)
'Usage
Dim instance As ErrorBar(Of T)
public class ErrorBar<T> : ExtraSeries<T>
public class ErrorBar = class(ExtraSeries)
JScript does not support Generics.
public __gc class ErrorBar<T> : public ExtraSeries<T>
generic<typename T> public ref class ErrorBar : public ExtraSeries<T>
System.Object
C1.Web.Mvc.ChartSeriesBase<T>
C1.Web.Mvc.ExtraSeries<T>
C1.Web.Mvc.ErrorBar<T>